[StructLayout(LayoutKind.Sequential)]
struct CRYPT_BIT_BLOB { public uint cbData; public IntPtr pbData; public uint cUnusedBits; }
Structure CRYPT_BIT_BLOB Public TODO End Structure
None.